SftTree/OCX 7.0

SftTree.GridHorizontalColor Property

Softel vdm, Inc.

Defines the color used to draw horizontal grid lines.

Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead

Syntax       

Get

VB.NET

Clr = object.GridHorizontalColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.GridHorizontalColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.GridHorizontalColor;

VC++

OLE_COLOR Clr = object->GridHorizontalColor;
OLE_COLOR Clr = object->GetGridHorizontalColor();

C

HRESULT object->get_GridHorizontalColor(OLE_COLOR* Clr);

Delphi

Clr := object.GridHorizontalColor  : TColor;

Put

VB.NET

object.GridHorizontalColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.GridHorizontalColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.GridHorizontalColor = Clr;

VC++

OLE_COLOR object->GridHorizontalColor = Clr;
void object->PutGridHorizontalColor(OLE_COLOR Clr);

C

HRESULT object->put_GridHorizontalColor(OLE_COLOR Clr);

Delphi

object.GridHorizontalColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to draw horizontal grid lines.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead

The GridHorizontalColor property defines the color used to draw horizontal grid lines.

Based on the Items.GridStyle property, grid lines are displayed using the specified color Clr.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com